From: Richard M. Stallman Date: Wed, 4 May 1994 05:15:26 +0000 (+0000) Subject: (lib-src): Undo previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91751 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d541babe36ee50d364a62a477f178553625c6586;p=emacs.git (lib-src): Undo previous change. (blessmail): New target to run maybe-blessmail in lib-src. (all): Depend on blessmail. --- diff --git a/Makefile.in b/Makefile.in index 71b405c9702..dc2790e5ec6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -195,7 +195,7 @@ SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefil COPYDIR = ${srcdir}/etc ${srcdir}/lisp COPYDESTS = ${etcdir} ${lispdir} -all: src/paths.h ${SUBDIR} +all: src/paths.h ${SUBDIR} blessmail removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/' @@ -221,9 +221,7 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h src: lib-src FRC.src -# Depend on src so that src gets done first -# and emacs is available for running blessmail. -lib-src: FRC.lib-src src/paths.h src +lib-src: FRC.lib-src src/paths.h .RECURSIVE: ${SUBDIR} @@ -232,6 +230,9 @@ ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \ LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' +blessmail: ${SUBDIR_MAKEFILES} FRC + cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) MAKE='${MAKE}' + Makefile: Makefile.in config.status ./config.status